Avatar
Tec{h}tonic gives you some types of avatar for user profiles etc. in your website.
Simple Round Avatars

You can add a round avatar with class "round-av" with your image source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="../../assets/avatar-image.jpg" alt="" class="round-av">
Round Avatar with different sizes



You can add round avatar with different size as "small", "normal", "large" if you'd just add respective size with "round-av" class with your image source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="../../assets/avatar-image.jpg" alt="" class="round-av small">
<img src="../../assets/avatar-image.jpg" alt="" class="round-av normal">
<img src="../../assets/avatar-image.jpg" alt="" class="round-av large">
Simple Square Avatar

You can add a round avatar with class "squared-av" with your image source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="../../assets/avatar-image.jpg" alt="" class="squared-av">
Square Avatar with different sizes



You can add round avatar with different size as "small", "normal", "large" if you'd just add respective size with "squared-av" class with your image source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="../../assets/avatar-image.jpg" alt="" class="squared-av small">
<img src="../../assets/avatar-image.jpg" alt="" class="squared-av normal">
<img src="../../assets/avatar-image.jpg" alt="" class="squared-av large">